Uses of Class
org.dogtagpki.server.authentication.AuthManager
Packages that use AuthManager
Package
Description
-
Uses of AuthManager in com.netscape.cms.authentication
Subclasses of AuthManager in com.netscape.cms.authenticationModifier and TypeClassDescriptionclass
Certificate server agent authentication.class
Abstract class for directory based authentication managers Uses a pattern for formulating subject names.class
Hash uid/pwd directory based authentication managerclass
uid/pwd directory based authentication managerclass
Pull any existing auth token from the session context.class
Certificate server SSL client authentication.class
Token authentication.class
uid/pwd directory based authentication managerclass
uid/pwd/pin directory based authentication managerclass
uid/pwd directory based authentication manager -
Uses of AuthManager in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type AuthManagerModifier and TypeMethodDescriptionstatic AuthCredentials
AdminServlet.getAuthCreds
(AuthManager authMgr, X509Certificate clientCert) -
Uses of AuthManager in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type AuthManagerModifier and TypeMethodDescriptionstatic AuthCredentials
CMSServlet.getAuthCreds
(AuthManager authMgr, ArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager. -
Uses of AuthManager in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common with parameters of type AuthManagerModifier and TypeMethodDescriptionCMSGateway.getAuthCreds
(AuthManager authMgr, ArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager. -
Uses of AuthManager in com.netscape.cmscore.authentication
Subclasses of AuthManager in com.netscape.cmscore.authenticationModifier and TypeClassDescriptionclass
Certificate server agent authentication.class
This authentication does nothing but just returns an empty authToken.class
Certificate Server admin authentication.Methods in com.netscape.cmscore.authentication that return AuthManagerModifier and TypeMethodDescriptionGets the authentication manager instance of the specified name.AuthSubsystem.getAuthManager
(String name) gets the named authentication managerAuthSubsystem.getAuthManagerPlugin
(String name) Retrieve a single auth manager instanceMethods in com.netscape.cmscore.authentication that return types with arguments of type AuthManagerModifier and TypeMethodDescriptionAuthSubsystem.getAuthManagers()
Enumerate all authentication manager instances.Methods in com.netscape.cmscore.authentication with parameters of type AuthManagerModifier and TypeMethodDescriptionvoid
AuthSubsystem.add
(String name, AuthManager authMgrInst) Add an authentication manager instance. -
Uses of AuthManager in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that return AuthManagerModifier and TypeMethodDescriptionAuthManagerProxy.getAuthManager()
Returns an authentication manager instance.Constructors in org.dogtagpki.server.authentication with parameters of type AuthManagerModifierConstructorDescriptionAuthManagerProxy
(boolean enable, AuthManager mgr) ConstructorAuthToken
(AuthManager authMgr) Constructs an instance of a authentication token.